object madExcept: TMadExcept Enabled = True NoSettings = False CheckFileCrc = True CheckFreeze = False FreezeTimeout = 60000 AutoSave = True AutoSaveIfNotSent = True AutoSend = False AutoSendBox = False AutoClip = False PauseThreads = False PlWaitBox = True AutoContinue = False AutoRestart = 0 AutoClose = 0 SendBtnVis = True SaveBtnVis = False PrintBtnVis = False ShowBtnVis = True ContinueBtnVis = True RestartBtnVis = True CloseBtnVis = True FocusedBtn = 0 SendAssis = 'SendAssistant' SaveAssis = 'SaveAssistant' PrintAssis = 'PrintAssistant' AutoShowBugRep = False UglyBtns = False MailAddr = '' SendInBackgr = True MailAsSmtpServer = False MailAsSmtpClient = False UploadViaHttp = False MailViaMapi = True MailViaMailto = True SmtpServer = '' SmtpPort = 25 SmtpAccount = '' SmtpPassword = '' HttpServer = '' HttpPort = 80 HttpAccount = '' HttpPassword = '' AttachBugRep = True AttachBugRepFile = True DelBugRepFile = True BugRepSendAs = 'bugreport.txt' BugRepZip = '' ScrShotDepth = 8 ScrShotAppOnly = False ScrShotSendAs = 'screenshot.png' ScrShotZip = '' AddAttachs = '' BugRepFile = 'bugreport.txt' AppendBugReps = True BugRepFileSize = 100000 NoDupExcepts = True NoDupFreezes = True DupExceptDef = 1 DupFreezeDef = 2 ListThreads = True CpuRegs = True StackDump = True ShowDisAsm = True HideUglyItems = False ShowRelAddrs = True ShowRelLines = True FormatDisAsm = False LimitDisAsm = 5 Plugins = 'modules|processes|hardware' F1Classes = 'EDBEditError' F1NoBugRep = True F1NoScrShot = True F1NoHandlers = True F1NoSuspend = True F1ShowCfg = 3 F1Assis = '' F2Classes = '' F2NoBugRep = False F2NoScrShot = False F2NoHandlers = False F2NoSuspend = False F2ShowCfg = 0 F2Assis = '' GnNoBugRep = False GnNoScrShot = False GnNoHandlers = False GnNoSuspend = False GnShowCfg = 0 GnAssis = '' Assistant1 = 'SendAssistant|Send Assistant|ContactForm|DetailsForm|ScrShotForm' Assistant2 = 'SaveAssistant|Save Assistant|ContactForm|DetailsForm' Assistant3 = 'PrintAssistant|Print Assistant|ContactForm|DetailsForm' TitleBar = '%appname%' ExceptMsg = 'An error occurred in the application.' FrozenMsg = 'The application seems to be frozen.' BitFaultMsg = 'The file "%modname%" seems to be corrupt!' SendBtnTxt = 'send bug report' SaveBtnTxt = 'save bug report' PrintBtnTxt = 'print bug report' ShowBtnTxt = 'show bug report' ContinueBtnTxt = 'continue application' RestartBtnTxt = 'restart application' CloseBtnTxt = 'close application' OkBtnTxt = '&OK' DetailsBtnTxt = '&Details' PlWaitTitle = 'Information' PlWaitText = 'Please wait a moment...' MailSubj = 'bug report' MailBody = 'please find the bug report attached' SendBoxTitle = 'Sending bug report...' PrepAttMsg = 'Preparing attachments...' MxLookMsg = 'Searching for mail server...' ConnMsg = 'Connecting to server...' AuthMsg = 'Authentication...' SendMailMsg = 'Sending mail...' FieldMsg = 'Setting fields...' SendAttMsg = 'Sending attachments...' SendFinalMsg = 'Finalizing...' SendFailMsg = 'Sorry, sending the bug report didn'#39't work.' end